Hi, im new in using STATA
im trying to use xtivreg2 and control for time at the same time by using i.year im facing problem as it give me (factor-variable operators not allowed)
How can i solve this problem
im trying to use xtivreg2 and control for time at the same time by using i.year im facing problem as it give me (factor-variable operators not allowed)
How can i solve this problem
HTML Code:
. ssc install xtivreg2, replace checking xtivreg2 consistency and verifying not already installed... all files already exist and are up to date. . xtivreg2 EQUITY CSO FSIZE OP_CF SD_OCF TAX BM LEV MA DPP RPP PSIZE DR Gov_score Sustain_Perf Sust_Commit i.year (CSO = Instrumental), fe robust factor-variable operators not allowed r(101);
Comment